Move -Wmissing-prototypes from Makefile to .travis.yml (#79)
authorTony Kelman <tony@kelman.net>
Sat, 16 Jul 2016 10:16:03 +0000 (03:16 -0700)
committerSteven G. Johnson <stevenj@mit.edu>
Sat, 16 Jul 2016 10:16:03 +0000 (11:16 +0100)
commit47cbf7d96dd0aab984746460707f83d92438c05a
tree83f9dbea7ce97e036de514da63b42dd10c08548b
parenta1fe9955bbc75ffb923c1219bf58befd2688e34c
Move -Wmissing-prototypes from Makefile to .travis.yml (#79)

since MSVC doesn't understand this flag, and the current
mechanism for building Julia with MSVC goes through the makefile
.travis.yml
Makefile